Class: ActionException
Source Location: /controller.php
Class ActionException
Class Overview
|
Exception thrown when an action ran by runAction() thrown an exception
Located in /controller.php [line 79]
Exception
|
--ActionException
|
Methods
|
Inherited Properties, Constants, and Methods
|
Inherited From Exception (Internal Class)
-
$code
-
-
$file
-
-
$line
-
-
$message
-
-
$previous
-
-
$string
-
-
$trace
-
|
Inherited From Exception (Internal Class)
-
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
-
-
getCode ( )
-
-
getFile ( )
-
-
getLine ( )
-
-
getMessage ( )
-
-
getPrevious ( )
-
-
getTrace ( )
-
-
getTraceAsString ( )
-
-
__clone ( )
-
-
__toString ( )
-
|
|
Methods
ActionException __construct(
string
$message,
$previous
)
|
|
Parameters:
|
string |
$message: |
|
|
Exception |
$previous: |
|
API Tags:
Redefinition of:
- Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )
|
|